Skip to content

fixes #92: improve performance of string #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 10, 2020

Conversation

michaelficarra
Copy link
Contributor

@michaelficarra michaelficarra commented May 13, 2020

What does this pull request do?

Improves the performance of Text.Parsing.Parser.String.string

Where should the reviewer start?

See purescript/purescript-strings#124 first.

How should this be manually tested?

Run string on large inputs that do not start with the given string.

Other Notes:

This should wait until we can release/bump purescript-strings. Fixes #92. /cc @natefaubion

@garyb garyb added the breaking label May 18, 2020
@thomashoneyman thomashoneyman changed the base branch from master to main October 6, 2020 02:57
@thomashoneyman thomashoneyman added type: breaking change A change that requires a major version bump. and removed breaking labels Oct 6, 2020
@thomashoneyman
Copy link
Contributor

@garyb should this be merged along with any 0.14 changes?

@garyb
Copy link
Member

garyb commented Oct 9, 2020

Sure, that makes sense

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: breaking change A change that requires a major version bump.
Development

Successfully merging this pull request may close these issues.

Implementation of string is not ideal
3 participants